Vivekananda College of Engineering and Technology
Department of Electronics & Communication Engineering
Back to Experiments
Experiment to Test
C Programming Lab
Aim
To Print Hello World.
Algorithm
1. Print Hello World.
Use or Edit the given C template
#include <stdio.h> #include <stdio.h> int main() { printf("Hello World"); return 0; }
Save & Compile
Output
Program Input
C Programming Virtual Lab ยท Experiment to Test